projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41469c
)
gnomeos: Ensure we have libarchive for ostree-native
author
Colin Walters
<walters@verbum.org>
Fri, 27 Jan 2012 12:33:34 +0000
(07:33 -0500)
committer
Colin Walters
<walters@verbum.org>
Fri, 27 Jan 2012 12:34:22 +0000
(07:34 -0500)
gnomeos/yocto/recipies-core/ostree/ostree.bb
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/recipies-core/ostree/ostree.bb
b/gnomeos/yocto/recipies-core/ostree/ostree.bb
index 71aa801cc0e2c1798ff0c82a813f8313638f1b0c..1f20f624f867df3705608d9465e3e23cecc786d4 100644
(file)
--- a/
gnomeos/yocto/recipies-core/ostree/ostree.bb
+++ b/
gnomeos/yocto/recipies-core/ostree/ostree.bb
@@
-5,9
+5,11
@@
LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
SRC_URI = "file:///src/ostree"
S = "${WORKDIR}/ostree"
+RDEPENDS += "libarchive"
+
inherit autotools
-EXTRA_OECONF = "--without-soup-gnome"
+EXTRA_OECONF = "--without-soup-gnome
--with-libarchive
"
FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild"